Dear all,
I wonder if there is any straightforward solution for solving systems of linear equations Ax = B for x? In MATLAB this is done through the mldivide() function. It's as easy as writing x = A\B - further information on Matlab function is available here: Solve systems of linear equations Ax = B for x - MATLAB mldivide \ - MathWorks Australia.
Best regards,
Eilya.
I wonder if there is any straightforward solution for solving systems of linear equations Ax = B for x? In MATLAB this is done through the mldivide() function. It's as easy as writing x = A\B - further information on Matlab function is available here: Solve systems of linear equations Ax = B for x - MATLAB mldivide \ - MathWorks Australia.
Best regards,
Eilya.
Comment